home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / demos / 74 / general / magsac.co < prev    next >
Encoding:
Text File  |  1986-11-21  |  42.8 KB  |  991 lines

  1.  
  2.  
  3.      MAGIC SAC CONFERENCE --- 10/17/86 with Guest David Small --- Page -1-
  4.  
  5.  
  6. Dave, why don't you make a brief intro of you and Magic Sac and then we can
  7. open floor for questions, ok?
  8. *Dave S=> Hi, I'm Dave Small, you're someone else.
  9.      Joe Venturelli< boooo.
  10. *Dave S=> I make this thing called the Magic Sac that lets the Atari ST think
  11. it's a Mac.  It works.
  12. *Dave S=> Okay, question time!
  13.      Rick Peters< How?
  14.      Dan Moore< Pretty brief Dave.  hehe
  15. *Dave S=> (He *said* brief) The way how, Hmmm, it's Mac design philosophy.
  16. See, back in the old days,
  17. *Dave S=> you developed stuff on the Lisa computer, which has different
  18. *Dave S=> architecture than the Mac.  Hence, programs
  19. *Dave S=> developed on the Lisa had to be machine independent.
  20. *Dave S=> I just took advantage of that with the ST version,
  21. *Dave S=> and did the necessary stuff to make the fairly machine
  22. *Dave S=> independent Mac ROMS talk to the ST hardware.  It only
  23. *Dave S=> took a year and 13,000 lines of code (although pass 1 took
  24. *Dave S=> about 4 months and 10,000 lines).
  25. *Dave S=> -->next?
  26. Any inquisitors here?
  27.      Dan Moore< Dave, what about drive compatibility? When and how?
  28. *Dave S=> Well, the mac uses a group-coding scheme and
  29. *Dave S=> varies the drive RPM to get a constant bit rate between the
  30. *Dave S=> inner and outer tracks.  We can't read it with the
  31. *Dave S=> ST disk controller, so we'll go for an outboard mechanism
  32. *Dave S=> and probably talk to the parallel port.  (16 microsec/byte, too).
  33. *Dave S=> So, we're talking about January, and the price is double for
  34. *Dave S=> Dan.
  35. hehe, Dave, would you give a short dissertation on how you use the mechanism?
  36. *Dave S=> [Magic Sac or disk drive?
  37. both!
  38. *Dave S=> The Magic Sac plugs into the ROM slot.
  39. *Dave S=> It contains 64K of ROM code.  I then boot up a program
  40. *Dave S=> (about 33K) which talks with the ROMs, glues them into
  41. *Dave S=> the ST hardware.  (To the user, you double click on
  42. *Dave S=> MAGIC.PRG, then click on the "Magic" box, and it starts up).
  43. *Dave S=> Then, you get the "Happy Mac", welcome to Mac, and so forth.
  44. *Dave S=> The disk drive is 10-sector format with 400K per disk,
  45. *Dave S=> (actually originally generated with FORMAT.PRG here on the SIG).
  46. *Dave S=> It matches the Mac's disk capacity without any of the variable
  47. *Dave S=> speed stuff and seems quite reliable.
  48.      Rick Peters< Dave, how does the detection of the printer port affect the
  49. os
  50.      dea< Silly but is maccartridge and magic sac one and same?
  51. *Dave S=> (dea:yes)
  52. *Dave S=> Rick, the Mac has two serial ports.
  53. *Dave S=> One is assigned to modem, one to printer (more or less; they
  54. *Dave S=> do other things as well).
  55. *Dave S=> The Atari only has one serial port, so I permanently assign
  56. *Dave S=> the "modem" function to that.  The "printer" function also
  57. *Dave S=> goes out the serial port, unless you click on the parallel
  58. *Dave S=> select, which then ships "printer" data out to the parallel port.
  59. *Dave S=> Also, you can receive on either port serially,
  60. *Dave S=> but can only xmit through the parallel port.
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.      MAGIC SAC CONFERENCE --- 10/17/86 with Guest David Small --- Page -2-
  70.  
  71.  
  72. *Dave S=> The idea was to support Epson (and so forth) parallel
  73. *Dave S=> printers for people who already had those; I'm busy
  74. *Dave S=> with some software to make the Imagewriter control codes (for
  75. *Dave S=> graphics and stuff) portable enough to move over.
  76.      Dan Moore< Will you be able to add HD support to the Sac? The Mac is
  77. pretty slow (due to disk swapping of data/code) from floppy.  And if you do
  78. support HDs will you use MFS or HFS? .
  79. *Dave S=> 1) Yes, I am working on it now.
  80. *Dave S=> 2) Both.  I have done more with the original Mac OS (MFS)
  81. *Dave S=> than with HFS, though, and HFS keeps getting bug revisions
  82.      Chris< how about legal problems with apple?
  83. *Dave S=> from Apple, so I'm a tad hesitant to get into it just yet.
  84.      Dan Moore< (dave, you'd better explain MFS vs HFS.)
  85. *Dave S=> I have a buddy with all the basic read/write sector
  86. *Dave S=> code for hard disk, he'll be helping me with it.
  87. *Dave S=> HFS: Apple's Finder 5.0 and above, for hard disks,
  88. *Dave S=> double sided, and so forth.  MFS: 4.1 and below,
  89. *Dave S=> the old single sided floppies, etc.
  90.      Keith Ledbetter< well, Dan beat me to the HD question, so, have you tried
  91. the new Mac Turbo Pascal on it (or is it really vaporware right now), and if it
  92. works, do you think it would be feasible to use the sac as a development
  93. station for mac software?
  94. *Dave S=> Haven't tried Turbo yet,
  95. *Dave S=> there's lots I haven't tried.  (1000+ software packages
  96. *Dave S=> out there to test out).
  97. *Dave S=> MegaMax "C" works fine, I know,
  98. *Dave S=> and since you're 20% faster than a Mac,
  99. *Dave S=> and very compatible, it seems real possible.  The
  100. *Dave S=> hard disk support should make all the difference in the
  101. *Dave S=> world, because it's so much quicker than a Mac hard disk.  .
  102.      Keith Ledbetter< ok, thanks.
  103.      Joe Venturelli< Dave I know myself and others have been busting your chops
  104. but when can we expect a list of some of the functional software
  105. *Dave S=> I was going to upload one today, but my
  106. *Dave S=> CIS node dropped (right before the conference).  Had to
  107. *Dave S=> call Dan for the new phone number (*sigh*!)
  108. *Dave S=> Right now the list is fairly short, still, as we test
  109. *Dave S=> stuff and fix minor little bugs.
  110. *Dave S=> Got MacPaint and MacWrite up,
  111. *Dave S=> Let's see, ready-set-go works, pagemaker works, excel works,
  112. *Dave S=> freeterm, macTEP, Megamax, all sorts of stuff, but there's just not
  113. been time to test all the stuff I want to and still get the product out the
  114. door.
  115. *Dave S=> To me, getting it "out the door" is the most important
  116. *Dave S=> thing; it's the only thing that counts.
  117.      Joe Venturelli< have users been calling to report working & non-working
  118. stuff and if not is that something you have the time for?
  119. *Dave S=> Oh, yes, we've been talking with a lot of people.
  120. *Dave S=> We're trying to build up a list on a computer, but
  121. *Dave S=> the problem we find is many people are not giving us
  122. *Dave S=> enough information on bugs -- what Finder they were using,
  123. *Dave S=> and so forth, to really make a solid list.  Coming along, though.
  124. *Dave S=> As soon as it gets a little more solid, I'll post it.
  125.      Mike Schoenbach< Two quick questions: The first is on packaging.  The
  126. MAGIC SAC is advertised as "an upgrade to the MacIntosh" For us poor Atari
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.      MAGIC SAC CONFERENCE --- 10/17/86 with Guest David Small --- Page -3-
  136.  
  137.  
  138. fanatics who have never owned a MAC, is there a terminal program supplied that
  139. will allow us to download MAC programs (since I can't port one over)?
  140.      Dan Moore< Mike-> you didn't use it as an upgrade for your Mac? I did.
  141. hehe
  142. *Dave S=> There's FreeTerm and MacTEP, which we will probably
  143. *Dave S=> supply on the Mac disk next time around (so just
  144. *Dave S=> boot and go).  The disk drive is the real solution
  145. *Dave S=> to this problem, of course, and that's why we're working
  146. *Dave S=> on it so hard.
  147.      Mike Schoenbach< Which leads me to question two.  Can you give a ball park
  148. price for the disk drive?
  149. *Dave S=> Oh, I dunno.  It depends on if we go for
  150. *Dave S=> just a box that plugs between the ST and the drive,
  151. *Dave S=> like it is now, or a complete standalone
  152. *Dave S=> drive, which will cost another $90 or so for
  153. *Dave S=> mechanism and power supply.  Also depends on if we
  154. *Dave S=> go for a UART or shift register scheme.  Anyway,
  155. *Dave S=> I'm just not sure on the pricing of the drive, too many
  156. *Dave S=> variables right now.
  157.      Gary Yost< Hiya.  I have a lot of questions, most of which I can ask Dave
  158. on the phone, but I was wondering if anybody else was having some of the same
  159. problems I'm having: 1) Disks become locked as if by 'Magic'.  2) The keycaps
  160. are sometimes mapped totally wrong.  (ie, on the Plato emulator).  Anybody
  161. else?
  162. *Dave S=> Hmmm.  The Magic-lock thing I suspect is
  163. *Dave S=> your disk drive write protect tab; I'm building in
  164. *Dave S=> a de-protecter and visual flag on the next rev (3.00)
  165. *Dave S=> to solve this sort of problem.  I still think you have
  166. *Dave S=> a bad WP switch in there that is not settling
  167. *Dave S=> by the time I poll it.  But, on the other hand, I've
  168. *Dave S=> been wrong before.
  169. *Dave S=> The keycap mapping, hmm, the only
  170.      Rick Peters< Do you also use write protect to sense the disk is in the
  171. drive?
  172. *Dave S=> bugs I know of there are in the numeric keypad, which
  173. *Dave S=> is not "really" hooked up; it emulates the Mac
  174. *Dave S=> keypad, which is a standalone unit, and is off
  175. *Dave S=> one key throughout.  There are various keys that
  176. *Dave S=> are completely unmapped as well.  I have not tried the
  177. *Dave S=> Plato emulator, but I suspect they are going straight
  178. *Dave S=> to the hardware, which is a no-no.  (Which emulator? The
  179. *Dave S=> CDC one, the CERL one, or the Steve Peltz one?) .
  180. *Dave S=> Rick --> Yes.
  181.      Gary Yost< CDC.  Keys are totally screwed up.
  182.      Gary Yost< I'm sure it's the software.
  183. *Dave S=> It doesn't even boot on mine, so I guess CDC is making progress.
  184.      Gary Yost< I'm just irritated at all these idiosyncrasies because a lot of
  185. this Mac software doesn't follow all the rules.
  186. *Dave S=> Well, they're learning fast.  When the open architecture
  187. *Dave S=> Mac gets out the door, in January, they are
  188. *Dave S=> going to be in real trouble.  On the other hand, lots of
  189. *Dave S=> Atari stuff doesn't follow the rules, either, and I
  190. *Dave S=> manage to do pretty well.  Mostly the trouble we
  191. *Dave S=> are seeing is in PD stuff, which the people didn't feel
  192. *Dave S=> any need to make run on the Lisa or new machines, just
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.      MAGIC SAC CONFERENCE --- 10/17/86 with Guest David Small --- Page -4-
  202.  
  203.  
  204. *Dave S=> hack it together.  There are also some weirdnesses
  205. *Dave S=> to the Finder 4.1 which zap some software (notably Infocom
  206. *Dave S=> games) it works fine under 1.1g, not under 4.1.
  207. *Dave S=> You may also be running into
  208. *Dave S=> subtle copy protection schemes, like Microsoft's.  For those,
  209. *Dave S=> use one of the hard disk patcher programs; they make life
  210. *Dave S=> lots easier.  (I want to include which programs are
  211. *Dave S=> copy protected and give that style of problem in the s/w
  212. *Dave S=> list).  .
  213.      Gary Yost< Nope.  I'm going to record the CO and read it later.  Bye all.
  214.      Julius< Toodles!
  215. *Dave S=> bye
  216.      Julius< Dave, I was going to say that when you do the HD version, that you
  217. allow the use of *any* partition on the HD as the 'Mac'
  218.      Julius< partition, OS/9-68000 insists on using the 2nd partition on
  219.      Julius< the HD and is a pain in the neck, as well, I have noticed that
  220.      Julius< most of the 'crashs' occur after a Mac application is exited, not
  221. during the running - any thoughts on this? !
  222. *Dave S=> 1) Yes, we are planning on letting you select whatever
  223. *Dave S=> partition you want to use; I'm an anarchist at heart, too.  It
  224. *Dave S=> seems logical to let you use Atari's partitioner (or Supra or
  225. *Dave S=> whatever) then "cordon off" a certain zone for the Mac.  We may
  226. *Dave S=> even make it compatible enough with GEM that it doesn't cause
  227. *Dave S=> problems to try to read the partition, which opens the way for
  228. *Dave S=> file transfer utilities (a nice addition).
  229. *Dave S=> The crashes on exit are a symptom
  230. *Dave S=> of a bug I found some time ago, and have been unable to
  231. *Dave S=> duplicate since (the "floating finder" bug).  I have asked someone
  232. to
  233. *Dave S=> send me a copy of the disk that dies to find out why;
  234. *Dave S=> Finder (which is like DUP.SYS, very much) is reloaded
  235. *Dave S=> anytime you exit a Mac application, and sometimes loads
  236. *Dave S=> in the wrong place (off by +4 to +C bytes), probably
  237. *Dave S=> because something left a block on the heap.  Anyway,
  238. *Dave S=> that one ought to be cured in Rev 3.00, as soon as
  239. *Dave S=> I find out what's going on, as I said, I can't get
  240. *Dave S=> mine to do it anymore.
  241.      Julius< Thanks! Covered.
  242.      Rick Peters< Dave, a couple of things, 1) In release 3 could you fix it so
  243. a crash dump could be printed via a ALT-Help keypress?
  244. *Dave S=> Hey, that's a really good idea, and not at all hard
  245. *Dave S=> for me to implement (which may be my definition of
  246. *Dave S=> a really good idea).  I'll put that in!
  247. *Dave S=> (As I am busy making notes!)
  248.      Rick Peters< 2) I've managed to crash most of the PD stuff at various
  249. times without any consistency as to the cause.  Could the problem be related to
  250. Finder 4.1 which sometimes won't allow me to boot up a 128K mac on a 1MB 520ST
  251. at all?
  252. *Dave S=> Oho, that's interesting.  Apple says that Finder 4.1 should
  253. *Dave S=> not even be *used* on a 128K mac; it was designed for the 512K.
  254. *Dave S=> That might explain a lot.  I have generally found better reliability
  255.      Rick Peters< I get a black screen with a dead mac symbol and a
  256. flashing...
  257. *Dave S=> with Finder 1.1g.  (So yes, it could very well be related).
  258.      Rick Peters< number display under the mac symbol.
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.      MAGIC SAC CONFERENCE --- 10/17/86 with Guest David Small --- Page -5-
  268.  
  269.  
  270. *Dave S=> See, it even crashes like a Mac (sometimes).  If you want,
  271. *Dave S=> you can decode that number into a Trap; but, it basically
  272. *Dave S=> means that Mac didn't load far enough for the SysError handler
  273. *Dave S=> to conclude it could generate an error message, which is
  274. *Dave S=> right early in the boot.  That sounds more like a marginal
  275. *Dave S=> sector on the disk, though, if it only happens sometimes.
  276.      Rick Peters< I've also noticed flaky operation...
  277. *Dave S=> Could be something subtle like interrupts during boot.
  278.      Rick Peters< with disk ejects depending on the sensor bouncing the signal.
  279. Works great if I use disks with no opening all the way thru for the write
  280. protect.
  281. *Dave S=> See, what we do to detect
  282. *Dave S=> a disk change is to watch the write protect input from
  283. *Dave S=> the disk each 1/70th of a sec.  If it joggles, then
  284. *Dave S=> a disk has been ejected.  Problem is, if the disk is
  285. *Dave S=> write protected, then the joggle is short that we
  286. *Dave S=> sometimes don't catch it (which is the reason for the
  287. *Dave S=> F1-F2 keys patch).
  288. *Dave S=> I have also seen, on some aftermarket disk drives, it doesn't work
  289. well
  290. *Dave S=> at all; I remember, for instance, a Shanner drive that
  291. *Dave S=> would not detect the pulse regardless.  The section of
  292.      Rick Peters< I would prefer for the F1-F2 patch to be the only way to
  293. detect...
  294. *Dave S=> the manual (the whole manual, actually) has been rewritten
  295. *Dave S=> to talk about this.
  296.      Rick Peters< that the disk is being removed.  It is more reliable on the
  297. rhomboid drives.  .
  298. *Dave S=> True, true.  But for those of us with
  299. *Dave S=> good drives, it's more convenient to have both,
  300. *Dave S=> although I see your point.
  301. Thanks, Rick, one last comment before we go to Keith?
  302.      Rick Peters< I'll easyplex you a bunch f bug reports.
  303.      Keith Ledbetter< ok, one quickie before I have to run here...
  304. *Dave S=> I'd appreciate that a lot.  It helps!
  305.      Keith Ledbetter< can we order the product now? (I told you it was easy!)
  306. *Dave S=> Yes.
  307. By Easyplex <grin>
  308.      Keith Ledbetter< when will it be ready to be shipped (or is it now?)
  309. *Dave S=> We shipped some (more) this week, and will
  310. *Dave S=> really get into high gear next week.  We've also
  311. *Dave S=> got two more people onboard now just to help us with
  312. *Dave S=> that, since I'm tired of packing tape.  (Believe me!)
  313. Dave Blakeslee was on deck, then we are open.  Dave B.,
  314.      Dave Blakeslee< Dave,I almost bought Mac Sac at our show (Portland OR.)
  315. last
  316.      Keith Ledbetter< thanks dave.
  317.      Dave Blakeslee< week when I realized I really didn't know what I was
  318. buying,.
  319.      Dave Blakeslee< without taking too much time, can you tell me what
  320. everyone (rightfully!) is so exited about?
  321. *Dave S=> Gee, it lets the ST run Mac software.  Since there's around
  322. Maybe we should toss that to Dan! <grin>
  323. *Dave S=> 1000+ Mac software packages, it gives ST users
  324. *Dave S=> a much bigger software base.  dgg, is the
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.      MAGIC SAC CONFERENCE --- 10/17/86 with Guest David Small --- Page -6-
  334.  
  335.  
  336. *Dave S=> product description uploaded here public? Might
  337. *Dave S=> be a good place to refer.
  338. Yes...
  339.      Rick Peters< It's in dl4 here
  340. There is a detailed spec on the Sac in dl4 online readable format here for any
  341. with questions also contains a _very_ limited list of software that works and
  342. doesn't.
  343.      Dave Blakeslee< sound good.  OK guys, you can get technical again,
  344.      Dave Blakeslee< it's just that I buy a lot of products without really
  345. knowing
  346.      Dave Blakeslee< why.  thanks.
  347. *Dave S=> Me, too.
  348.      Rick Peters< Dave, what are the chances of including some crash decoding
  349. help in the release 3 package to help us Beta people?
  350. *Dave S=> What sort of thing were you looking for? See, the problem
  351. *Dave S=> is that once the Sac has crashed, it's pretty dead.
  352.      Rick Peters< Most of mine are bus error crashes.
  353. *Dave S=> It's even hard to grab as much info as I do.  There are
  354. *Dave S=> several different causes of crash ..  mostly zerostores
  355. *Dave S=> and those are fun to diagnose.  Also, many
  356. *Dave S=> people are not comfortable with hex decoding,
  357. *Dave S=> and aren't going to understand what I'm saying
  358. *Dave S=> if I tell them, for instance, it went straight
  359. *Dave S=> to the SCC chip without asking.  I did debate
  360. *Dave S=> putting in a diagnostic on the bus error page, but
  361. *Dave S=> right now I'm working over some code to
  362. *Dave S=> recover from it fairly automatically (or at least
  363. *Dave S=> make a good try) with many programs, so you never see
  364. *Dave S=> it.
  365. *Dave S=> To really understand the crash page,
  366. *Dave S=> you need to have a good knowledge of the Mac hardware,
  367. *Dave S=> I need to add a disassembler (sigh) and do some other
  368. *Dave S=> fun stuff, so I don't know how early it will make it
  369. *Dave S=> in.  (On my debugger system, I have an external
  370. *Dave S=> CRT and the SID debugger loaded up, so if it crashes
  371. *Dave S=> I can usually get to SID and use those tools.  68K
  372. *Dave S=> disassemblers are difficult to write.)
  373. *Dave S=> I also see some very strange errors, stuff
  374. *Dave S=> like: move.l (a7)+,$ffff fffe , which pops
  375. *Dave S=> the stack into non-existent memory.  I suspect some
  376. *Dave S=> late nights at Apple computer were involved in
  377. *Dave S=> stuff like that.
  378. *Dave S=> Does that answer the question somewhat? ...
  379. Ok, further comment Rick? Else Mike,
  380.      Rick Peters< Thanks .
  381.      Mike Schoenbach< Dave: I realize you eat, drink, and sleep "MAGIC SAC"
  382. these  days.  However, have you been giving any thought to any 'new' projects
  383. and if so, what goodies can we expect from you (if you can talk about it)?
  384. *Dave S=> Errr, uh, let's see.  I usually get together with
  385. *Dave S=> Dan (Moore, who is watching), and hack things together.  We're
  386. *Dave S=> working on a (dare I say anything, Dan?)
  387. *Dave S=> fast formatter utility, for TOS disks, a hard disk
  388.      Dan Moore< sure.  no one will believe you anyway.  it's all vapor ware.
  389. *Dave S=> backup utility, some other clever ideas ..  generally
  390. *Dave S=> stuff you'd expect from a six pack and late night.  The
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.      MAGIC SAC CONFERENCE --- 10/17/86 with Guest David Small --- Page -7-
  400.  
  401.  
  402. *Dave S=> track dump utility in START II got its beginning that way;
  403. *Dave S=> we wanted to find out exactly what was on a given track,
  404. *Dave S=> so we hacked that together.  Or the Mouse-trap thing.
  405. *Dave S=> Mostly I try to recreate away from a computer, though,
  406. *Dave S=> because I'm so fried on 68000's at the moment.  The Magic Sac
  407. *Dave S=> was an awfully long effort and I'm sort of tired of 68K
  408. *Dave S=> right at the moment.
  409. *Dave S=>
  410. <grin> Thanks, Dave.  Jez, .  Then Andrew then Thomas.  Jez?
  411.      Jez Sans< ta.  hi folks.  hey dave, will Magic Sac allow me to develop mac
  412. StarGlider, on an ST environment? and 2.  Will youu be going to the (dare i say
  413. it?) Amiga Conference? .
  414. *Dave S=> (What Amiga conference? Why doesn't Dan TELL me these things?)
  415. *Dave S=> As for Starglider, I get the impression
  416. *Dave S=> you're directly manipulating screen memory, which might
  417.      Dan Moore< the one next month in Monterey.  You don't ask is why.
  418. *Dave S=> be a hassle; the Mac has limited processor speed running
  419. *Dave S=> from RAM (about 5.9 mhz), so you won't be able to use
  420. *Dave S=> the toolbox that much.  Hence, you'll have to go straight
  421. *Dave S=> to screen ram, and because the ST screen is 80 bytes
  422. *Dave S=> wide, and the Mac screen 64, it might be a problem.  On
  423. *Dave S=> the other hand, MegaMax and a bunch of utilities run
  424. *Dave S=> fine, so that's an advantage there.
  425. *Dave S=> How's that for half an answer?
  426. Jez, Want to embellish?
  427.      Jez Sans< hehe..  sort of.  Looks like I'll need the real Mac(coy) as
  428. well!
  429. *Dave S=> Be a good idea.  Generally, I cross develop on a Timex.
  430.      Jez Sans< Also, your Fast formatter, will that be Sector Skewing effects?
  431. (and fin)>
  432. *Dave S=> Yes.
  433.      Jez Sans< Timex!? Zx81?
  434. *Dave S=> (just kidding!)
  435.      Jez Sans< he hehe!
  436. Ok, being the CO in which TRUE secrets were revealed, if Jez is.
  437.      Jez Sans< thanx dave.  dgg .
  438. wrapped..  Then Andrew C.,
  439.      Andrew Chark< Dave, I have heard that our friends at
  440.      Andrew Chark< Apple weren't too happy with the Sac.  How hard have the
  441. ROM's been to get?
  442.      Edward Smith< does anyone has d &g runout of roms
  443. *Dave S=> Well, see, too many people
  444. *Dave S=> think of Apple as "Apple", this monolithic entity something
  445. *Dave S=> like "IBM" or something.  The reality is that Apple
  446. *Dave S=> is a company full of people with very conflicting opinions
  447. *Dave S=> on the Magic Sac; I don't think Apple corporate is real
  448. *Dave S=> sure of how to handle it.  On the one hand, it could cost
  449. *Dave S=> them Mac sales (although I doubt it), but on the other
  450. *Dave S=> hand, it has subtle advantages for Apple as well, such ads
  451. *Dave S=> (as) making the Mac a kind of 68K standard.  I personally
  452. *Dave S=> agree with the people who think that without branching
  453. *Dave S=> out, the Mac might start to wither and die.  There have
  454. *Dave S=> been a number of articles about the economics of Mac
  455. *Dave S=> software development, and some big companies have tapered
  456. *Dave S=> off their Mac effort; if we can encourage that effort to keep
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.      MAGIC SAC CONFERENCE --- 10/17/86 with Guest David Small --- Page -8-
  466.  
  467.  
  468. *Dave S=> up, Apple wins at this.
  469. *Dave S=> What's really strange
  470. *Dave S=> is that Atari corporate is even less sure of this
  471. *Dave S=> product.  I heard of a dealer meeting where Atari debated
  472. *Dave S=> selling the Sac for two hours with various dealers.
  473. *Dave S=> See, Atari is scared it might slow ST software development
  474. *Dave S=> (which I think is wrong).  So, you get under the
  475. *Dave S=> surface, and Atari is scared of it -- and Apple sees
  476. *Dave S=> some advantages.  It's a strange situation.
  477. *Dave S=> As for the legal stuff,
  478. *Dave S=> Apple sent us a letter (I don't think this is secret stuff) with
  479. *Dave S=> some objections to the product, primarily us selling their
  480. *Dave S=> ROMs and the name "Mac", which is trademarked (we didn't
  481. *Dave S=> know during the "MacCartridge" days).  So,
  482. *Dave S=> we didn't sell it with ROMs and we changed the name.  That's
  483. *Dave S=> the last we've heard.  We did let them know a month in
  484. *Dave S=> advance it was going on sale -- no response.
  485. *Dave S=> So, generally, we've played square with Apple and
  486. *Dave S=> they've done the same for us.
  487. Want to expand, Andrew? Else Mr.  Powderly,ga <MACDonald's?>
  488.      Andrew Chark< that's all, thanx --
  489.      Joe Venturelli< where'd ya get the name MAGIC SAC??
  490.      Edward Smith< DOES ANYONE KNOW IF D&G COMPUTERVISIONS HAS RUN OUT OF
  491. ROMS???
  492. *Dave S=> Joe --> My Partner Joel came up with it during a low-oxygen
  493. *Dave S=> portion of an airplane trip back from San Jose..true story!
  494.      Jez Sans< dave- re: bix.  SOME advantages, then!
  495. Whoa, gang...
  496.      Joe Venturelli< Ed- B&C computervisions 408-749-1003
  497.      Joe Venturelli< give it a try
  498. *Dave S=> (Aye, time to slow down.
  499.      Joe Venturelli< sorry
  500. Thomas has the floor until he yields then ED and Joe.  <grin>
  501.      Edward Smith< By the way Dave, will the Magic Sac run II-in a Mac( Apple
  502. 2e emulation)??
  503.      Edward Smith< Sorry.
  504. >bang<
  505. Thomas, apologies for the enthusiasm here you wanted to ask a question?
  506.      Thomas Powderly< the toolbox?
  507. Ok, Dave, please comment on the Tool box...
  508. and then we will let Thomas expand...
  509. *Dave S=> (I'm lost, sorry.  What about it?)
  510. then it will be ED's turn, Thom, issue your ? again.
  511. *Dave S=> --> Dan, this is the Soldier of Fortune magazine SIG conference.
  512.      Thomas Powderly< toolbox?
  513. *Dave S=> The Macintosh Toolbox? As in the OS, etc? Okay, what
  514. *Dave S=> about it?
  515.      Thomas Powderly< ok.  does the simulation get limited by simu-clock
  516. speed?
  517. *Dave S=> Hmmm.  We benchmark about 27% faster than the Mac clock speed,
  518. *Dave S=> which isn't bad for an emulation (generally they are
  519. *Dave S=> slower than the machine being emulated).  The Atari
  520.      Thomas Powderly< ok, so are there thru put limitations to using t-box?
  521. *Dave S=> hardware runs at 7.9 mhz, the Mac at 5.9 mhz, which
  522. *Dave S=> accounts for the speed.
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529.  
  530.  
  531.      MAGIC SAC CONFERENCE --- 10/17/86 with Guest David Small --- Page -9-
  532.  
  533.  
  534. *Dave S=> The Mac toolbox is some very fast code (particularly
  535. *Dave S=> Quickdraw) running on some very fast hardware, so
  536. *Dave S=> it moves right along.  As for numbers, I don't know exactly.  I
  537. *Dave S=> haven't done any tests in terms of chars/second.
  538. *Dave S=> (".ga." means "go ahead".)
  539. Good question, Thom you want to expand on it?
  540. Batting order:
  541.      Thomas Powderly< thanks, what kind please, what kind of applications can
  542. be expected to run?
  543.      *Dave S=> Generally, anything that runs on a Lisa is okay,
  544. *Dave S=> and a lot of stuff that is Mac-only is okay.  Percentage wise,
  545. *Dave S=> I dunno, 80%? Hard to calculate right now, we are still
  546. *Dave S=> putting polish on the product.  It does well, though.
  547.      Thomas Powderly<
  548.      Ed Smith, Joe, Dan, then Mr.  Cohen.
  549.      Jez Sans< ?
  550.      Edward Smith< Dave will the MAGIC SAC run IIe in a Mac (Apple IIe
  551. emulation)???
  552. *Dave S=> I don't honestly know.  I doubt it; to get that
  553. *Dave S=> sort of speed, they are probably going straight to screen
  554. *Dave S=> RAM.  However, if they run under "MacWorks" on the Lisa,
  555. *Dave S=> which you could check in the ads, then it
  556. *Dave S=> will almost certainly go.
  557. *Dave S=> I did an 8080 emulator for the 68000, so
  558.      Edward Smith< Also, that should raise eyebrows, three computers in one
  559. *Dave S=> I know they are doing
  560. *Dave S=> some serious fast stuff in there, just to make
  561. *Dave S=> a fairly good 6502.  Hard to even get 1 mhz.
  562. That get it, Ed?ga Else Joe.
  563.      Edward Smith<
  564. *Dave S=> Ah, with the IBM emulator too..  yes, I hope so.
  565. Joe, then Dan, Frank, Jez.
  566.      Joe Venturelli< no question here
  567. Dan?
  568.      Edward Smith< SO-dgg have another ?
  569. *Dave S=> --> Dan, it means "go ahead"; it usually comes
  570.      Mike Schoenbach< Dan h: That means "Go Ahead" -- the speaker is releasing
  571. the floor.
  572. *Dave S=> at the end of a long multiple-line.
  573.      Dan Hooper< thank you.  When should the mac emulator be released?
  574. Ed, we will let you have it back, then Frank.
  575.      Edward Smith< Can one access the Apple Laserwriter through the RS-232????
  576. *Dave S=> --> Dan: it is for sale *now*.  It has been released already.
  577. Ooops Magic Sac is released.
  578. *Dave S=> --> Ed, not yet, but it is definitely on the list.
  579. *Dave S=> I just don't know enough (yet) about Appletalk and the
  580.      Edward Smith< What about other laser printers?
  581. *Dave S=> protocol involved there, but it is an important upgrade
  582. *Dave S=> that we're working on.  The problem with other
  583. *Dave S=> laser printers (which will work if straight-serial) is they
  584. *Dave S=> don't have all the spiffy anti-jaggie stuff in the Laserwriter,
  585. *Dave S=> (prevents stair-stepping effects etc) so it's not as classy.
  586. *Dave S=> Generally, if your laser printer emulates some sort
  587. *Dave S=> of popular terminal and you have the driver for it, it will go.
  588. Any further thoughts, Ed? Else Frank,
  589.  
  590.  
  591.  
  592.  
  593.  
  594.  
  595.  
  596.  
  597.      MAGIC SAC CONFERENCE --- 10/17/86 with Guest David Small --- Page -10-
  598.  
  599.  
  600.      Frank Cohen< Hi Dave, I've got a couple of questions, but first I thought
  601. you might like
  602.      Frank Cohen< to hear about a cute thing that happened last night, at a
  603. local
  604.      Frank Cohen< user group meeting.  I showed some of our products, then
  605. someone showed
  606.      Frank Cohen< his copy of the Magic Sack.  You wouldn't believe the
  607. ooohhhhhs and
  608.      Frank Cohen< aaaahhhhhs.  But then it cam down to questions and answers
  609.      Frank Cohen< time, and the speaker showing it was stumped.  There were so
  610. many
  611.      Frank Cohen< questions from absolute beginners on how to plug it in, etc.
  612.      Frank Cohen< I'm wondering what you and Joel gave done to make it
  613.      Joe Venturelli< I'm hoping to do that this weds.  with UPS' help! *sigh*
  614.      Frank Cohen< easy for the non computerese person to use or start
  615.      Frank Cohen< with the Magic Sac product?
  616. *Dave S=> Well, it's certainly not an entry level product.
  617. *Dave S=> There's enough involved in transferring software, for
  618. *Dave S=> instance, to make it difficult for a complete novice.  On
  619. *Dave S=> the other hand, the Mac is notoriously easy to learn to use,
  620. *Dave S=> so that counterbalances the problems to some extent.
  621. *Dave S=> Generally I see it
  622. *Dave S=> as a product for people who have had their ST's for awhile
  623. *Dave S=> and who are looking for some definite pieces of application
  624. *Dave S=> software only available on the Mac ..  MacWrite, for instance,
  625. *Dave S=> or some of the data bases available there (like Filevision).
  626. *Dave S=> With an installed base of 150K computers, the Atari still has
  627. *Dave S=> a bit to go before software developers can invest some
  628. *Dave S=> serious money into development and expect to get it back, as
  629. *Dave S=> opposed to the Mac or PC market.
  630. Frank, any follow up? Batting order: Jez, Peter Baril, Thomas P.
  631.      Frank Cohen< DAs Joel hasn't sent me one yet, how complex are the
  632. instructions?
  633.      Edward Smith< so will there be a transcript of this available?
  634. *Dave S=> I just rewrote them completely, so they ought to
  635. Yes, Ed.
  636. *Dave S=> be about the third grade level (knowing my writing).
  637.      Frank Cohen< Also, what printers are supported (and what about graphic
  638. output)?
  639. That cover it Frank?
  640.      Jez Sans< bigger maple leaf perhaps?
  641. *Dave S=> Right now, the Apple Imagewriter (out of the box)
  642. *Dave S=> If you add a printer driver program, like the one out of Hawaii,
  643. *Dave S=> then you've got about 15 printers supported.
  644. *Dave S=> Does everyone here understand about the printer support issue?
  645. No, Dave, I am sure many do not.
  646. *Dave S=> Okay, I will talk on that a sec.
  647. *Dave S=> There's all these strange control codes that Apple's
  648. *Dave S=> operating system sends to the printer, to tell it to move
  649. *Dave S=> up a line, print a line of dots, and so forth.  There is
  650. *Dave S=> no standardization of these codes across the industry,
  651. *Dave S=> so things like an Epson don't work "out of the box", because
  652. *Dave S=> they get weird control codes and freak out (eject paper
  653. *Dave S=> when they should be printing dots or whatever).
  654. *Dave S=> However, if you pick up software specifically to drive an Epson,
  655.  
  656.  
  657.  
  658.  
  659.  
  660.  
  661.  
  662.  
  663.      MAGIC SAC CONFERENCE --- 10/17/86 with Guest David Small --- Page -11-
  664.  
  665.  
  666. *Dave S=> then it will work fine.
  667. *Dave S=> The situation is much like the different printer
  668. *Dave S=> drivers that are used with Degas to format a graphics screen
  669. *Dave S=> to various different printers.
  670.      Edward Smith< OVER AND OUT, THANKS DAVE! thanks for coming.
  671. Frank, that cover it?
  672. *Dave S=> --> Thanks Ed
  673.      Frank Cohen< Ok, dgg, that's it! ..  See ya Dave, and say hello to Joel
  674. for me.  -FC
  675. *Dave S=> Bye Frank-- will do
  676. Jez, ga (bye Frank).
  677.      Jez Sans< dave- you mentioned earlier that you were already tired of 68k,
  678. if so, what processor WOULDN't you be tired of! Surely 68k is better than
  679. most!? or are you waiting on a 68030 or something risc(k)ier?! .
  680. *Dave S=> True, true.  But you have to understand.  There's this printout
  681. *Dave S=> of the Apple code, with no comments, that I've spent my
  682. *Dave S=> last year cramming myself into, and it's getting a little
  683. *Dave S=> old.  Certainly I like the 68000 better than anything else,
  684. *Dave S=> but too much of a good thing is still too much ..  I'm sure
  685. *Dave S=> that after a while, I'll get back into it.  (To top it off,
  686. *Dave S=> the Apple code is written to use least-memory, which means
  687. *Dave S=> they use all the strange opcodes that no one except Dan Moore
  688. *Dave S=> (as even a possibility) has even HEARD of.
  689. After 1hr34min, I imagine Dave's fingers are twitching...
  690.      Dan Moore< huh? who me?
  691.      Jez Sans< can you give me an example of a strange opcode?
  692. *Dave S=> Sure!
  693. Jez, round some out, then Peter B.  and Thomas P.
  694. *Dave S=> MOVE.L (A7)+,$FFFFFFFE is a real winner.
  695. *Dave S=> There's no RAM up there, so it pops the stack's lower word into
  696. *Dave S=> location 0-1.
  697.      Jez Sans< doesn't that give an address error for the part that WASN'T
  698. there?
  699. *Dave S=> Nope, the Mac is incapable of generating bus errors.  Sigh!.
  700.      Jez Sans< many thanx.  -fin-.
  701. Peter, YOUR turn (finally).
  702. *Dave S=> --> Jez, also, there's lots of MOVE.L (A7),(A7) in there whose
  703. *Dave S=> only purpose is to kill time while peripheral chips settle.  Sigh!.
  704.      Jez Sans< hehe
  705.      Peter Baril< I've been relegated to the Kaypro for this
  706.      Peter Baril< Dave two things: when on V 3.0 and what's Hawaii got to run
  707. my Pan 1091?
  708. *Dave S=> 1) As soon as I get it "out the door", which means testing
  709. *Dave S=> it to death to make sure it doesn't introduce any new bugs.
  710. *Dave S=> To be decided is if we add some limited color support for
  711. *Dave S=> Rev.  3.0 or ship it as is.  There's also some tweaks to be
  712. *Dave S=> made to the Motivator code and some other diagnostics to add.
  713.      Peter Baril< weeks or months?
  714. *Dave S=> There's an outfit in Hawaii ..  Softlogic? Softsolutions? that
  715. *Dave S=> makes about 20 different printer drives, but I don't
  716. *Dave S=> know if that one's on the list.
  717. Weeks, hehehe
  718. *Dave S=> Rev 3.00 -- probably around 1-2 weeks, we want to ship
  719. *Dave S=> it with the latest batch of boards certainly and update the
  720. *Dave S=> users who want to use MacWrite.
  721.  
  722.  
  723.  
  724.  
  725.  
  726.  
  727.  
  728.  
  729.      MAGIC SAC CONFERENCE --- 10/17/86 with Guest David Small --- Page -12-
  730.  
  731.  
  732. *Dave S=> (And switcher).
  733. Peter, that cover you?
  734.      Peter Baril< Running Ready-Set Go and Mac Pub like crazy here and so
  735. grateful
  736.      Peter Baril< Russ Wetmore helping with the syllabics conversion so's we
  737. can send it
  738.      Peter Baril< to dan
  739.      Peter Baril<
  740. *Dave S=> Dan? Oh, yes.
  741. *Dave S=> Glad it's helping, that's the point of it.
  742. *Dave S=> It's hard trying to decide what to add when you
  743. *Dave S=> have to balance it against pushing back the release
  744. *Dave S=> of something that lets MacWrite work; that's a popular
  745. *Dave S=> program.  Is supporting the color monitor worth another
  746. *Dave S=> week? Interesting decision.  Or the hard disk/double sided
  747. *Dave S=> disk support? I let my partner chew his nails on that.
  748. Thomas, you had a question?ga (Dan has only 3am-3:15am tomorrow.
  749.      Peter Baril< well I/'m 67 dollars poorer for this CIAO and than
  750.      Joe Venturelli< those are some decisions!!! UGH!
  751. per Bi, Yes to both, Dave)
  752.      Thomas Powderly< hello dave, 3 things, hope they're easy
  753. *Dave S=> Thanks for dropping by, Peter.
  754.      Thomas Powderly< 1) can I use any audio or hack one up?
  755. *Dave S=> MIDI or speaker?
  756.      Thomas Powderly< 2) can I only use non-protected software?
  757. *Dave S=> With "hard disk install" (outfit in San Francisco), you can
  758.      Thomas Powderly< any audio that's called for by the Mac-application
  759. *Dave S=> use both.  You can only *transfer* unprotected stuff, though,
  760. *Dave S=> because of that protection.
  761. *Dave S=> Generally, no on the audio, because the sound chips are
  762. *Dave S=> so different, but I might add some limited support later.
  763. *Dave S=> It's just a question of priorities; I'm more or less
  764. *Dave S=> doing the job of many different development groups at Apple,
  765. *Dave S=> and there's only one of me.
  766. *Dave S=> Copy protected software prevents itself from being copied,
  767. *Dave S=> hence, can't make an ST version of it.
  768.      Thomas Powderly< thanx, is version 3.0 soft only or hardware also?
  769. Peter or Thomas any further on your ??'s, else Aaron.
  770. *Dave S=> Software only.  The hardware is nice and solid.  //
  771.      Thomas Powderly< any price settled on?
  772.      Thomas Powderly<
  773. *Dave S=> For rev 3.00?
  774.      Thomas Powderly< righto .g.
  775. *Dave S=> Prolly free to registered users..  and on the disks
  776. *Dave S=> of new ones solid ..  we're major capitalists here.
  777. Thomas that cover it?
  778. Aaron, ga!
  779.      Aaron Hunter< I am curious how most people are getting software for the
  780. cart?
  781.      Aaron Hunter<
  782. *Dave S=> Lots of Mac stuff being downloaded; lots being transferred from
  783. Macs.
  784. Any more from the floor?
  785.      Joe Venturelli< wrap up time
  786. 3
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793.  
  794.  
  795.      MAGIC SAC CONFERENCE --- 10/17/86 with Guest David Small --- Page -13-
  796.  
  797.  
  798. 2
  799. 1
  800. 0
  801.      Aaron Hunter< ?
  802. Motion to adjourn (and go informal), Aaron,
  803.      Joe Venturelli< too late
  804.      Joe Venturelli< hehehe
  805. *Dave S=> Sure, I'll hang around awhile.
  806. Never too late, Joe.
  807.      Aaron Hunter< I missed most of this...
  808.      Mike Schoenbach<  Nice CO, guys!
  809.      Joe Venturelli< right!
  810.      Aaron Hunter< is there going to be a list a software that works?
  811. *Dave S=> Yes,
  812. Aaron, I will have the CO edited and up shortly, Dave is working on lists, but
  813. users could post notes to me here online and I will try to put them into some
  814. order and upload a file.
  815.      Rick Peters< Dave, I wonder how many Sac users are sending in their
  816. Shareware contributions?
  817. *Dave S=> That'd be great!
  818. *Dave S=> Give 'em a chance to...
  819.      Rick Peters< Should make Freeterm author a rich man!
  820.      Dan Moore< Dave, what about the disk eject? Mechanical arm or what?
  821. *Dave S=> Really.  Nice to get an auto eject mechanism.
  822. Hang on a sec, all, we had a "motion" to go informal, and I know Dave...
  823. *Dave S=> True, true.  Time to adjourn, probably.
  824.      Joe Venturelli< I second that motion
  825. has some problems with kids/wife/tendonitis in wife, I am going to chop the
  826. formalities...
  827.      Thomas Powderly< thanks all, tjp
  828. but I respectfully request...
  829.      Joe Venturelli< Tend to your duties Dave, Thanks for taking the time!!
  830.      Rick Peters< Dave go pamper the wife or you'll never hear the end...
  831. you not to abuse Dave's graciousness in being here <grin>.
  832. *Dave S=> *sigh*  I get to be house-daddy now!
  833.      Rick Peters< Thanks Dave!
  834.      Joe Venturelli< Thanks again!
  835. *Dave S=> Hehehe, okay, let's go another 5 or 10, then call it a night..
  836. *Dave S=> any more last questions?
  837.      Aaron Hunter< Does VCO or Red Ryder work?
  838. To Dave and all in attendance, Thanks from us in SIG*Atari!
  839. *Dave S=> Thanks for having me, Dave.
  840.      Rick Peters< If I put a switch in the write protect circuit so it is
  841. always...
  842. *Dave S=> RedRyder 4.0 Yes, limited.  9.2.  No.
  843. *Dave S=> VCO...  unknown.
  844.      Rick Peters< unprotected will it make using the F1 key mandatory like I
  845. want?
  846. *Dave S=> Yes.
  847.      Joe Venturelli< goodnite! thanks Dave good CO!
  848.      Rick Peters< VCO doesn't work gets bus errors from sound chip accesses
  849. *Dave S=> g'nite, Joe!
  850.      Aaron Hunter< VCO is where we could really use sound!
  851.      Thomas Powderly< my friends sez it's voltage controlled oranges!
  852.      Rick Peters< The little talking faces conference software!
  853.  
  854.  
  855.  
  856.  
  857.  
  858.  
  859.  
  860.  
  861.      MAGIC SAC CONFERENCE --- 10/17/86 with Guest David Small --- Page -14-
  862.  
  863.  
  864. *Dave S=> Ah.  Well, if they go straight to the sound chip,
  865. *Dave S=> it isn't going to work in the foreseeable future.
  866.      Dave Blakeslee< Thanks a lot Dave...dgg, you done good.
  867. *Dave S=> (sorry, wife calls soon)
  868.      Dan Moore< Dave->call me in the afternoon.  gotta run now.  'nite
  869.      Rick Peters< DGG if you need a backup of CO I've got whole thing on disk
  870. *Dave S=> 'nite
  871.      Rick Peters< Bye Dave.
  872. *Dave S=> byebye.
  873. *Dave S=> Okay, one last, then I'll head on.
  874.      Aaron Hunter< Will it ever be totally compat.?
  875. *Dave S=> Probably not, but then, no IBM compatible is ever
  876. *Dave S=> fully "compatible" either, and they are still quite useful.
  877. *Dave S=> Heck, if we only run 74% of the Mac
  878. *Dave S=> software, that's still 750 packages you can do things with.
  879. 740 programs...
  880. *Dave S=> (oops).
  881.      Aaron Hunter< Good enough! Thanks!
  882. Dave, I am going to intervene...
  883. *Dave S=> -- Okay, good night -- thanks all!
  884. and beg your fans to let...
  885.      Rick Peters< Ta
  886. you be allowed to come back again...
  887. (Sandy can be tough!)
  888. Sara is too!
  889. Thanks again to all...
  890. *Dave S=> Sure, no problem.  Maybe we can do this again soon.
  891. the transcript will be available by Monday in DL4 here.
  892. At your convenience, Dave!
  893. *Dave S=> Okay! See you all later; thanks for dropping by!
  894.  
  895. Our thanks to the Conference Participants:
  896.  
  897. Job   User ID   Nod Ch Tlk Handle
  898. --- ----------- --- -- --- ------------
  899.  24 76703,4223  MIA  4     SO-dgg
  900.  34 76606,666   DEQ  4     dave
  901.  58 75646,1464  TTO  4     Rick
  902.  61 72637,1445  CNC  4     Joe V
  903.  84 74035,243   DEQ  4     Dan
  904.  95 76703,4363  LIS  4     Mike
  905.  77 76703,4061  RIC  4     Keith L.
  906.  89 73157,2364  BOL  4     dea
  907.  97 70007,1070  TTO  4     Julius
  908. 108 73637,377   QCE  4     SCHMITZ-MOORMANN
  909. 115 76703,4363  LIS  4     Mike
  910. 130 70045,761   HAR  4     Randy Gordon
  911. 145 75056,2006  TTO  4     Peter Baril
  912.  40 71550,201   CAN  4     KENNETH SCHROCK
  913.  50 71777,135   GNC  4     DALE DUNCAN
  914.  75 75376,1007  POR  4     David B.  Blakeslee
  915.  85 76625,3536  LOU  4     mike murphy
  916.  89 73157,2364  BOL  4     dea
  917. 108 73637,377   QCE  4     Chris
  918. 116 73317,1350  SCS  4     Ric Clayton
  919.  
  920.  
  921.  
  922.  
  923.  
  924.  
  925.  
  926.  
  927.      MAGIC SAC CONFERENCE --- 10/17/86 with Guest David Small --- Page -15-
  928.  
  929.  
  930. 130 70045,761   HAR  4     Randy Gordon
  931. 145 75056,2006  TTO  4     Peter Baril
  932. 151 76703,1077  SFM  4     Gary
  933.  58 75646,1464  TTO  4     Rick
  934.  61 72637,1445  CNC  4     Joe V
  935.  92 72376,665   DNC  4     Andrew Chark
  936.  97 70007,1070  TTO  4     Julius
  937. 116 73317,1350  SCS  4     Ric Clayton
  938. 121 71320,2256  FYN  4     Ron Kushnier
  939. 147 73637,237   OKC  4     SITARA SCHINDLER
  940. 133 72247,3661  QEI  4     Jez
  941.  71 72277,3524  TRO  4     Bill Turczynski
  942. 118 70247,3010  SRS  4     Intersect
  943. 133 72247,3661  QEI  4     Jez
  944. 138 73717,2261  SFG  4     Tom Jeffries
  945.  63 73047,2552  QEI  4     THOMAS POWDERLY
  946. 118 70247,3010  SRS  4     Randy Mears
  947. 102 72057,2563  ATJ  4     EDWARD SMITH
  948. 104 75166,2224  SMO  4     David Duberman
  949. 176 76625,3224  QBA  4     Rich Thomas
  950.  39 73075,1133  WNC  4     Jerry M.  Carlin
  951.  88 72457,3171  VAN  4     Frank Cohen
  952.  99 76227,132   FTW  4     Don Bush
  953. 139 76625,567   LOU  4     dan hooper
  954. 147 73637,237   OKC  4     SITARA SCHINDLER
  955. 119 76410,16    SIE  4     Aaron Hunter
  956.  
  957.  
  958.  
  959.  
  960.  
  961.  
  962.  
  963.  
  964.  
  965.  
  966.  
  967.  
  968.  
  969.  
  970.  
  971.  
  972.  
  973.  
  974.  
  975.  
  976.  
  977.  
  978.  
  979.  
  980.  
  981.  
  982.  
  983.  
  984.  
  985.  
  986.  
  987.  
  988.  
  989.  
  990.  
  991. əəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəə